﻿2026-06-21T07:20:30.6758414Z ##[group]Run actions/checkout@v5
2026-06-21T07:20:30.6759287Z with:
2026-06-21T07:20:30.6759781Z   repository: SaberMage/spt-core
2026-06-21T07:20:30.6763127Z   token: ***
2026-06-21T07:20:30.6763599Z   ssh-strict: true
2026-06-21T07:20:30.6816017Z   ssh-user: git
2026-06-21T07:20:30.6816610Z   persist-credentials: true
2026-06-21T07:20:30.6817025Z   clean: true
2026-06-21T07:20:30.6817429Z   sparse-checkout-cone-mode: true
2026-06-21T07:20:30.6817855Z   fetch-depth: 1
2026-06-21T07:20:30.6818222Z   fetch-tags: false
2026-06-21T07:20:30.6818574Z   show-progress: true
2026-06-21T07:20:30.6819019Z   lfs: false
2026-06-21T07:20:30.6819366Z   submodules: false
2026-06-21T07:20:30.6819735Z   set-safe-directory: true
2026-06-21T07:20:30.6820131Z ##[endgroup]
2026-06-21T07:20:30.7576146Z Syncing repository: SaberMage/spt-core
2026-06-21T07:20:30.7577688Z ##[group]Getting Git version info
2026-06-21T07:20:30.7578332Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T07:20:30.7579430Z [command]/usr/bin/git version
2026-06-21T07:20:30.7599756Z git version 2.43.0
2026-06-21T07:20:30.7618334Z ##[endgroup]
2026-06-21T07:20:30.7632807Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1a55d9d3-95d5-4b74-a777-3b734524c38e' before making global git config changes
2026-06-21T07:20:30.7634785Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T07:20:30.7636854Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T07:20:30.7670664Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T07:20:30.7689412Z https://github.com/SaberMage/spt-core
2026-06-21T07:20:30.7700088Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T07:20:30.7703210Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T07:20:30.7721780Z HEAD
2026-06-21T07:20:30.7752006Z ##[endgroup]
2026-06-21T07:20:30.7752894Z [command]/usr/bin/git submodule status
2026-06-21T07:20:30.7954351Z ##[group]Cleaning the repository
2026-06-21T07:20:30.7956947Z [command]/usr/bin/git clean -ffdx
2026-06-21T07:20:31.5490212Z Removing target/
2026-06-21T07:20:31.5499049Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T07:20:31.5549757Z HEAD is now at 62ed01167 Merge 77378b113f546c0fb9baed3bf6bd82525a0bb28f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T07:20:31.5555279Z ##[endgroup]
2026-06-21T07:20:31.5557209Z ##[group]Disabling automatic garbage collection
2026-06-21T07:20:31.5561256Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T07:20:31.5589421Z ##[endgroup]
2026-06-21T07:20:31.5595294Z ##[group]Setting up auth
2026-06-21T07:20:31.5596229Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T07:20:31.5624174Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T07:20:31.5810167Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T07:20:31.5838411Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T07:20:31.6030618Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T07:20:31.6056963Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T07:20:31.6247475Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T07:20:31.6277881Z ##[endgroup]
2026-06-21T07:20:31.6279312Z ##[group]Fetching the repository
2026-06-21T07:20:31.6285811Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +62ed01167c9aa4bf0fe4930e6f0f9d7cfa297b3f:refs/remotes/pull/27/merge
2026-06-21T07:20:32.0585015Z ##[endgroup]
2026-06-21T07:20:32.0585878Z ##[group]Determining the checkout info
2026-06-21T07:20:32.0586426Z ##[endgroup]
2026-06-21T07:20:32.0590949Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T07:20:32.0666943Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T07:20:32.0691327Z ##[group]Checking out the ref
2026-06-21T07:20:32.0694117Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T07:20:32.0737675Z HEAD is now at 62ed01167 Merge 77378b113f546c0fb9baed3bf6bd82525a0bb28f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T07:20:32.0741036Z ##[endgroup]
2026-06-21T07:20:32.0778704Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T07:20:32.0803443Z 62ed01167c9aa4bf0fe4930e6f0f9d7cfa297b3f
